home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 50th Anniversary of …National Assembly Library
/
The 50th Anniversary of the National Assembly Library.iso
/
ebook.dxr
/
00068.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-02-18
|
278 b
|
21 lines
on mouseEnter
cursor([121, 122])
set the member of sprite 19 to 146
end
on mouseDown
end
on mouseUp
if rollover(19) then
cursor(-1)
set the member of sprite 19 to 145
go("08")
end if
end
on mouseLeave
cursor(-1)
set the member of sprite 19 to 145
end